home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20000824-20010305
/
000214_news@columbia.edu _Tue Jan 23 00:13:33 2001.msg
< prev
next >
Wrap
Internet Message Format
|
2001-03-05
|
2KB
Return-Path: <news@columbia.edu>
Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id AAA10295
for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 23 Jan 2001 00:13:33 -0500 (EST)
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA29538
for <kermit.misc@watsun.cc.columbia.edu>; Tue, 23 Jan 2001 00:13:32 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id AAA13465
for kermit.misc@watsun.cc.columbia.edu; Tue, 23 Jan 2001 00:03:16 -0500 (EST)
X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
From: "Lawry" <nobody@nowhere.com>
Subject: Unwanted blank space in filenames...
Date: Mon, 22 Jan 2001 17:55:23 -0000
Organization: Customer of Energis Squared
Message-ID: <73sh49.9im.ln@gate.heywood.co.uk>
To: kermit.misc@columbia.edu
I have a sort semi-automatic process for users to upload files from the PC's
to a Unix Server, and utilise Kermit (C-Kermit 6.0.192) underneath.
Basically I just have a system call in the program on unix to start
"kermit -r" and then allow the user to utilise the file transfer system of
the KEA 420 emulation software to transfer the file required.
My problem is that when a file on the PC has spaces within it, the file
arrives on Unix with spaces in the filename, and then the programs that
subsequently process these files cannot handle the files and crashes.
What I need to know is, is there an option I can use from the command line
(such that I can merely change the system call in the program on Unix to a
"kermit -r -whatever") that will strip blank space out of the file name so
that "My File.txt" on the PC would be "MyFile.txt" on Unix?
Thanks,
Lawry